home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Database / Foxpro 2.06 DOS / README.TXT < prev    next >
Text File  |  1994-03-11  |  32KB  |  972 lines

  1.                        README.TXT
  2. **********************************************************
  3.                    Release Notes for
  4.  
  5.     Microsoft(R) FoxPro(R) for MS-DOS(R) Version 2.6
  6.  
  7.     (C)1994 Microsoft Corporation. All Rights Reserved.
  8.  
  9. This README provides information not contained in the
  10. FoxPro online Help file or print documentation, and provides
  11. corrections to both. Information in Help is more current than
  12. information in the print documentation. 
  13. **********************************************************
  14. ========
  15. CONTENTS
  16. ========
  17.  
  18. Part   Description
  19. ----   -----------
  20.  1     New Features in FoxPro 2.6
  21.  2     Installation Notes
  22.  3     New and Enhanced Commands and Functions
  23.  4     Notes about the Catalog Manager
  24.  5     Notes about Wizards
  25.  6     Macro Key Support in FoxPro 2.6
  26.  7     FoxPro and Other Applications
  27.  8     International and Cross-Platform Recommendations
  28.  9     Installation Questions and Answers
  29.  10    Product Support Questions and Answers
  30.  
  31. ----------------------------------------------------------
  32.  
  33.  
  34. ===================================
  35. Part 1: New Features in FoxPro 2.6
  36. ===================================
  37.  
  38. Microsoft FoxPro version 2.6 includes the following
  39. new features:
  40.  
  41.    *  A Catalog Manager interface that provides convenient 
  42.       access to database files and functions, and enables you
  43.       to convert dBASE(R) files easily.
  44.     
  45.    *  A collection of wizards that simplify common database 
  46.       tasks.
  47.  
  48.    *  Language additions that provide dBASE IV(R) language 
  49.       compatibility.
  50.  
  51. FoxPro version 2.6 includes existing print
  52. documentation from version 2.5, as well as significant 
  53. updates to the Help file that describe new 2.6
  54. functionality. For more information, see the What's New 
  55. Since FoxPro 2.5 Help topic.
  56.  
  57. Important:  The FoxPro Catalog Manager is not available in 
  58. the 16-bit Standard version of FoxPro. To convert dBASE III(R) 
  59. and dBASE IV files in the 16-bit Standard version, select 
  60. Convert dBASE files... from the Run menu.  For more help 
  61. converting files, press F1 while in this dialog.
  62. ----------------------------------------------------------
  63.  
  64.  
  65. ===========================
  66. Part 2: Installation Notes
  67. ===========================
  68.  
  69. There are three types of installation for FoxPro for
  70. MS-DOS: Normal Installation, Administrative Installation
  71. and Workstation Installation. Instructions for Normal
  72. Installation are in the FoxPro Installation and
  73. Configuration manual. For information about Administrative
  74. and Workstation Installation, see INSTALL.TXT on FoxPro 
  75. for MS-DOS Disk 1.
  76.  
  77. Installing FoxPro on the Microsoft Windows NT(TM) 
  78. operating system
  79. -------------------------------------------------
  80. FoxPro for MS-DOS cannot install in an MS-DOS window within 
  81. Microsoft Windows NT. To install FoxPro for MS-DOS, you must 
  82. be able to boot to a separate MS-DOS partition.
  83. ----------------------------------------------------------
  84.  
  85.  
  86. =================================================
  87. Part 3: New and Enhanced Commands and Functions
  88. =================================================
  89. Several commands and functions are new to FoxPro 2.6, 
  90. and some have been enhanced to provide additional 
  91. compatibility with dBASE IV(R). For additional information 
  92. about these commands and functions, see the New and Enhanced 
  93. Commands and Functions Help topic.
  94.  
  95. New/Enhanced Commands
  96. ---------------------
  97. ON BAR
  98. ON EXIT BAR
  99. ON EXIT MENU
  100. ON EXIT PAD
  101. ON EXIT POPUP
  102. ON MENU
  103. ON MOUSE
  104. ON PAD
  105. ON POPUP
  106. SET CPCOMPILE
  107. SET CPDIALOG
  108. SET COLLATE
  109. SET DIRECTORY
  110. SET FIELDS
  111. SET FORMAT
  112. SET KEY
  113. SET NOCPTRANS
  114. SET VIEW
  115.  
  116. New/Enhanced Functions
  117. ----------------------
  118. BARCOUNT( )
  119. BARPROMPT( )
  120. BLANK
  121. CPCURRENT()
  122. CPDBF()
  123. CPCONVERT()
  124. DESCENDING( )
  125. FLDCOUNT( )
  126. FOR( )
  127. FTIME( )
  128. HOME( )
  129. ID( )
  130. IDXCOLLATE()
  131. ISBLANK( )
  132. ISMOUSE( )
  133. KEYMATCH( )
  134. MEMORY(0)
  135. MEMORY(1)
  136. MEMORY(2)
  137. MEMORY(3)
  138. MEMORY(4)
  139. MEMORY(5)
  140. MEMORY(6)
  141. MEMORY(7)
  142. PADPROMPT( )
  143. PCOUNT( )
  144. PRTINFO( )
  145. RUN( )
  146. SET("ATTRIBUTES")
  147. SET("DIRECTORY")
  148. SET("DISPLAY")
  149. SET("LIBRARY")
  150. SET MBLOCK
  151. SET("MBLOCK")
  152. SYS(1037)
  153. TAG( )
  154. TAGCOUNT( )
  155. TAGNO( )
  156. UNIQUE( )
  157. WINDOW( )
  158.  
  159. New/Enhanced System Memory Variables
  160. ------------------------------------
  161. _ASSIST
  162. _SHELL
  163. ----------------------------------------------------------
  164.  
  165.  
  166. ========================================
  167. Part 4: Notes about the Catalog Manager
  168. ========================================
  169.  
  170. Reserved Names in the Catalog Manager
  171. -------------------------------------
  172. Like any other FoxPro application, the Catalog Manager calls 
  173. and runs procedures and programs whose names may interfere 
  174. with other user-defined procedures and programs. 
  175.  
  176. When you execute a program or procedure, FoxPro searches for
  177. the program or procedure in a specific order.  This order 
  178. includes the current file as well as programs that were 
  179. executed prior to the current one, including the Catalog 
  180. Manager itself.
  181.  
  182. Below is a list of procedure and program names that can cause
  183. errors if run from within the Catalog Manager.
  184.  
  185. ABORT
  186. ACTTHERM
  187. ADDALIAS
  188. ADDBS
  189. ADDFILE
  190. ADDTASK
  191. ANALYZE
  192. CLEANUP
  193. CONTROL
  194. DELUSER
  195. DUMMY
  196. ERRHAND
  197. ESCHAND
  198. EXECUTE
  199. EXPORT
  200. FILEEXT
  201. FINDFILE
  202. FORCEEXT
  203. GETSQL
  204. GETSTAMP
  205. GETWPARM
  206. IMPORT
  207. INDEX
  208. ISMAC
  209. ISSPR
  210. JUSTEXT
  211. JUSTFNAME
  212. JUSTPATH
  213. MENUPROC
  214. MIGRATE
  215. MODIFY
  216. MSGBOX
  217. ORDER
  218. PARSFIL
  219. PRINT
  220. REMOVE
  221. SAVEPREF
  222. SETTINGS
  223. SETTOPIC
  224. SHUTDOWN
  225. TOUCHED
  226. TRASHCAN
  227. UPDTHERM
  228. VRUN 
  229.  
  230.  
  231. API Library Routines and the Catalog Manager
  232. --------------------------------------------
  233. If you use any routines that are called when an API library 
  234. is opened or closed, you should note the following Catalog 
  235. Manager behaviors.
  236.  
  237. The Catalog Manager opens and closes API libraries on
  238. these occasions:
  239.  
  240. * When the Catalog Manager is started, all API 
  241.   libraries are closed.
  242.  
  243. * When a program is run from within the Catalog
  244.   Manager, all API libraries that were open before
  245.   the Catalog Manager started are opened.  When the program
  246.   ends the API libraries are closed.
  247.  
  248. * When the Catalog Manager is exited, all API 
  249.   libraries that were open before the Catalog
  250.   Manager started are opened.
  251. ----------------------------------------------------------
  252.  
  253.  
  254. ============================
  255. Part 5: Notes about Wizards
  256. ============================
  257. Running Wizards in the 16-bit Standard version of FoxPro
  258. --------------------------------------------------------
  259. To run the FoxPro Wizards in the 16-bit Standard version 
  260. of FoxPro you need to have at least 525KB of free
  261. conventional memory.  You can also run the Wizards in the 
  262. 32-bit Extended version of FoxPro.
  263.  
  264. Memo and General Fields and the Label Wizard
  265. --------------------------------------------
  266. Memo and General fields cannot be included in a label
  267. created with the Label Wizard.  To add Memo and General
  268. fields you must modify the label with the Label Writer.
  269.  
  270. Modifying Wizard-Created Items in Microsoft Windows NT(TM)
  271. ----------------------------------------------------------
  272. If you are using the Microsoft Windows NT operating system, 
  273. you can use wizards to create tables, queries, 
  274. screens, reports, or labels. To modify items created with a 
  275. wizard you must use the appropriate FoxPro power tool, such 
  276. as the Report Writer, Screen Builder, or RQBE.
  277. ----------------------------------------------------------
  278.  
  279.  
  280. ========================================
  281. Part 6: Macro Key Support in FoxPro 2.6
  282. ========================================
  283. In FoxPro 2.6, the key combinations Alt+1 to Alt+9 cannot
  284. be used to define macros. For a list of key combinations
  285. supported in FoxPro 2.6 see the ON KEY LABEL topic in Help.
  286. ----------------------------------------------------------
  287.  
  288.  
  289. ======================================
  290. Part 7: FoxPro and Other Applications
  291. ======================================
  292. Importing Microsoft Excel Spreadsheets to FoxPro
  293. ----------------------------------------------------
  294. FoxPro can import spreadsheet files from Microsoft 
  295. Excel version 4.0. To import spreadsheets from Microsoft 
  296. Excel version 5.0, you must first save them as version 
  297. 4.0 files. Columns from the spreadsheet become fields 
  298. in the table, and rows from the spreadsheet become records
  299. in the table.
  300.  
  301. Running dBASE Applications in FoxPro
  302. ------------------------------------
  303. To run dBASE III and IV applications in FoxPro, first you 
  304. must convert the individual components, and then re-compile 
  305. them in FoxPro.
  306.  
  307. To convert dBASE III and dBASE IV files in the 32-bit
  308. Extended version, use the FoxPro Catalog Manager. For 
  309. information on converting dBASE files in the Catalog
  310. Manager, see the Switching from dBASE Help topic.  
  311.  
  312. To convert dBASE III and dBASE IV files in the 16-bit 
  313. Standard version, select Convert dBASE files... from the
  314. Run menu.  For more help converting files, press F1 while 
  315. in this dialog.
  316. ----------------------------------------------------------
  317.  
  318.  
  319. =========================================================
  320. Part 8: International and Cross-Platform Recommendations 
  321. =========================================================
  322. See the International and Cross-Platform Features topic in
  323. Help for the latest information on code pages and collation
  324. sequences.
  325.  
  326. Tagging Codepages to Tables in the Catalog Manager
  327. --------------------------------------------------
  328. Note:  This section only applies if you are using code
  329. pages for cross-platform development.
  330.  
  331. To ensure that accented characters in a table are displayed 
  332. correctly on the current platform, the table must be tagged 
  333. with a code page. In Catalog Manager, to tag a code page to
  334. a table that does not have one, make sure the following 
  335. are true:
  336.  
  337. 1.  SET EXCLUSIVE is ON.  The exclusive setting can 
  338.     be set in the Catalog Manager Settings dialog.
  339. 2.  The configuration file (CONFIG.FP) includes the
  340.     line CODEPAGE = AUTO
  341.  
  342. When you try to use the table without a code page in the
  343. Catalog Manager a dialog appears, allowing you to specify 
  344. the platform on which the file was created.  Once a table 
  345. is tagged with a code page you do not have to tag it again. 
  346. If you do not specify a code page, the table is displayed 
  347. with the code page of the current platform.  To remove a 
  348. tag from a table, run CPZERO.PRG, located in the 
  349. FoxPro root directory.
  350. ----------------------------------------------------------
  351.  
  352.  
  353. ===========================================
  354. Part 9: Installation Questions and Answers
  355. ===========================================
  356.  
  357. Overview of Questions
  358. ---------------------
  359.  
  360. 1   Why does the FoxPro installation sometimes stop before
  361.     allowing the installation of optional components?
  362. 2   How do I install additional files that I didn't
  363.     specify during installation?
  364. 3   Why does FoxPro reboot during the installation process?
  365. 4   What MS-DOS BUFFERS and FILES statements are appropriate
  366.     for FoxPro for MS-DOS?
  367. 5   Does FoxPro for MS-DOS operate with the DOS
  368.     Protected Mode Interface (DPMI)?
  369. 6   What factors influence FoxPro startup speed?
  370. 7   I'm receiving the error message "Too many files open."
  371.     How can I correct this problem?
  372. 8   The Standard Version of FoxPro for MS-DOS runs
  373.     correctly on my computer, but when I load the 32-bit 
  374.     Extended version I receive the error message "Incompatible
  375.     memory manager." What is causing this problem?
  376. 9   I am receiving the error message "RUN/! command failed."
  377.     How can I correct this problem?
  378. 10  Why do I have several files with the extension .TMP on
  379.     my disk?
  380. 11  When I try to start up a second instance of FoxPro 
  381.     for MS-DOS within Windows, I get the error "Cannot
  382.     Access File at this Time." This only happens when the
  383.     version of FoxPro resides on my local drive.
  384. 12  I get the Cannot Create <Path>\FOXPRO.EXE" Error 
  385.     During Installation.  How can I correct this problem?
  386. 13  What are the minimum files required to run FoxPro?
  387. 14  A "CRC Error" Occurs During Setup. 
  388.     How can I correct this error?
  389. 15  The following error occurs File 'ADDUSER.APP' Does Not Exist" 
  390.     Running INSTALL /N.  How can I correct this?
  391. 16  The Configuration Portion of INSTALL /N Fails.
  392.     How can I correct this problem?
  393. 17  Why does INSTALL /N Prompt for a Floppy Disk?
  394. 18  When I type INSTALL /N at an MS-DOS prompt within Windows
  395.     I receive a memory error.  What can I do?
  396. ----------------------------------------------------------
  397.  
  398. Question 1
  399.  
  400. Why does the FoxPro installation sometimes stop before
  401. allowing the installation of optional components?
  402.  
  403. Answer 1
  404.  
  405. Sometimes in low memory conditions the installation program
  406. is unable to determine whether to run the Standard
  407. (FOXPRO.EXE) or the 32-bit Extended (FOXPROX.EXE) version
  408. to complete the installation. If you're installing from 
  409. within Windows, you can exit Windows to make more memory
  410. available. If you have any TSR programs residing in memory,
  411. removing them from memory may free additional memory.  For
  412. information on installing optional components after you have
  413. installed FoxPro, see Question 2 in this section.
  414. ----------------------------------------------------------
  415.  
  416. Question 2
  417.  
  418. How do I install additional files that I didn't specify
  419. during installation?
  420.  
  421. Answer 2
  422.  
  423. Restart FoxPro by typing FOX at the MS-DOS prompt and
  424. pressing Enter. Insert any one of the product disks into
  425. drive A and enter the following command in the FoxPro
  426. Command window:
  427.  
  428. DO INSTALL
  429.  
  430. You are prompted to insert the disk or disks that
  431. contain the additional files you want to install.  If you
  432. are attempting to install from a drive other than drive A,
  433. you are instructed to select another source drive
  434. after the "Abort, Retry, Fail?" message.
  435. ----------------------------------------------------------
  436.  
  437. Question 3
  438.  
  439. Why does FoxPro reboot during the installation process?
  440.  
  441. Answer 3
  442.  
  443. You could have an anti-virus program running, a memory
  444. conflict, or an old video driver. Disable any anti-virus 
  445. program or old video driver and retry the installation
  446. of optional components as described in Question 2, above.
  447. Make sure you are excluding areas of memory required to
  448. load video drivers or network cards. For example, if you
  449. are loading EMM386 in your CONFIG.SYS file, the
  450. "X=D800-DFFF" parameter in the following device driver
  451. load command in MS-DOS will reserve those memory segments:
  452.  
  453.    DEVICE=C:\WINDOWS\EMM386.EXE RAM 2048 X=D800-DFFF
  454.  
  455. If you are using an older version of your video card 
  456. driver, contact the manufacturer or use the Microsoft
  457. Download Service (MSDL) to get new drivers. MSDL is
  458. described in the Product Support section, below.
  459.  
  460. If you are installing from within Windows, try using a
  461. different video driver (for example, the generic VGA 
  462. driver, VGA.DRV) and run with no old video drivers
  463. loaded in the AUTOEXEC.BAT or CONFIG.SYS files.
  464. ----------------------------------------------------------
  465.  
  466. Question 4
  467.  
  468. What MS-DOS BUFFERS and FILES statements are appropriate for
  469. FoxPro for MS-DOS?
  470.  
  471. Answer 4
  472.  
  473. For best performance with FoxPro when the SMARTDRV device 
  474. driver is loaded, set BUFFERS to 10 in the CONFIG.SYS file.
  475. Anything more is redundant, taking up valuable memory that
  476. FoxPro could use for processing.
  477.  
  478. If you don't use a disk cache program such as SMARTDRV,
  479. you should allocate enough MS-DOS buffers to hold all of
  480. the directory entries in the subdirectory where you will
  481. be working.  Setting BUFFERS to 40 is usually sufficient
  482. as long as the number of files in a subdirectory remains
  483. below 250.
  484.  
  485. The FILES statement should always be at least 10 more than
  486. the greatest number of files that you will have open at
  487. one time.  We recommend that you set FILES to 40 or greater.
  488. ----------------------------------------------------------
  489.  
  490. Question 5
  491.  
  492. Can I run the FoxPro 32-bit Extended version in Enhanced
  493. Mode Windows or with EMM386 with the NOEMS option?
  494.  
  495. Answer 5
  496.  
  497. Yes.  FoxPro works with DPMI-compliant memory managers,
  498. such as Microsoft Windows and EMM386.  If you use a DPMI
  499. memory manager, you can control the physical memory that
  500. FoxPro uses by specifying the MEMLIMIT option in your
  501. CONFIG.FP file. For more information on the MEMLIMIT option,
  502. refer to the Update manual and to "Changes to Documentation 
  503. Since Printing" in Help.
  504. ----------------------------------------------------------
  505.  
  506. Question 6
  507.  
  508. What factors influence FoxPro startup speed?
  509.  
  510. Answer 6
  511.  
  512. The time required to load and start FoxPro relates to the
  513. physical size of FoxPro, the length of the path in effect,
  514. the number of items FoxPro has to locate at startup, and
  515. other factors.  You can control many of these items.
  516. For a complete discussion of this issue, refer to 
  517. "Optimizing Your System" in the Installation and 
  518. Configuration manual.
  519. ----------------------------------------------------------
  520.  
  521. Question 7
  522.  
  523. I'm receiving the error message "Too many files open."
  524. How can I correct this problem?
  525.  
  526. Answer 7
  527.  
  528. If you receive this error message, use one or more of the
  529. following strategies:
  530.  
  531. * Increase the FILES setting in the CONFIG.SYS file.
  532. * If you are using a Novell network, increase the FILE
  533.   HANDLES setting in the SHELL.CFG file.
  534. * If you are using the MS-DOS SHARE program, increase the
  535.   number of files and locks. For example, you could use
  536.   SHARE /F: 4096 /L:500 in the CONFIG.SYS file.
  537. ----------------------------------------------------------
  538.  
  539. Question 8
  540.  
  541. The Standard version of FoxPro for MS-DOS runs
  542. correctly on my computer, but when I load the 32-bit
  543. Extended version I receive the error message "Incompatible
  544. memory manager."  What's causing this problem?
  545.  
  546. Answer 8
  547.  
  548. When you configure your memory manager, verify that it
  549. can use extended memory, and that the proper switches
  550. are set. For further information on the 32-bit Extended
  551. version of FoxPro, refer to "Optimizing Your System" in
  552. the Installation and Configuration Guide.
  553. ----------------------------------------------------------
  554.  
  555. Question 9
  556.  
  557. I'm receiving the error message "RUN/! command failed." How
  558. can I correct this problem?
  559.  
  560. Answer 9
  561.  
  562. Make sure your CONFIG.SYS file contains this line:
  563.  
  564.   SHELL = C:\<path>\COMMAND.COM C:\<path>\ /P /E:1024
  565.  
  566. Also, make sure that the correct version of COMMAND.COM
  567. resides in the specified directory.
  568.  
  569. If the SHELL line shown here is already in your CONFIG.SYS
  570. file, then you've received this error because FoxPro doesn't
  571. have enough conventional memory to execute the RUN command.
  572. If this is the case, use RUN /0 DIR instead of RUN DIR.
  573. RUN /0 automatically loads FoxSwap, which makes all
  574. available conventional memory accessible to FoxPro.
  575. For more information on the RUN command and FoxSwap, refer
  576. to "RUN|! Commands" in Help.
  577. ----------------------------------------------------------
  578.  
  579. Question 10
  580.  
  581. Why do I have several files with the extension .TMP on my
  582. disk?
  583.  
  584. Answer 10
  585.  
  586. Every time you load FoxPro, it creates temporary (.TMP)
  587. files. These files are automatically deleted when you exit
  588. FoxPro with a normal shutdown. However, .TMP files still
  589. exist if you reboot the machine from within FoxPro, or if
  590. you don't have delete rights in the directory where the
  591. files reside. Exit FoxPro and acquire the rights to delete
  592. all these files. One caution: Other programs, such as
  593. Windows, also create .TMP files. To be safe, make sure no
  594. other applications are active when you delete .TMP files.
  595. ----------------------------------------------------------
  596.  
  597. Question 11
  598.  
  599. When I try to start up a second instance of FoxPro for
  600. MS-DOS within Windows, I get the error "Cannot access file
  601. at this time." This only happens when the version of
  602. FoxPro resides on my local drive.
  603.  
  604. Answer 11
  605.  
  606. The MS-DOS SHARE program is the most common cause of this
  607. problem.  Current workarounds include marking the FoxPro
  608. FOXPRO.EXE and FOXPROX.EXE files read only, running under
  609. Windows for Workgroups, or running a copy of FoxPro from
  610. a network location.
  611. ----------------------------------------------------------
  612.  
  613. Question 12
  614.  
  615. I get Cannot Create <Path>\FOXPRO.EXE" Error 
  616. During Installation.  How can I correct this problem?
  617.  
  618. Answer 12
  619.  
  620. One possible cause is that FOXPRO.EXE or FOXPROX.EXE already 
  621. exists in that directory and it is marked read-only.
  622.  
  623. For the Setup program to be able to perform a successful 
  624. install, the .EXE file must be either renamed or marked as 
  625. read/write. The command ATTRIB -R <path>\FOXPRO.EXE will 
  626. remove the Read-Only attribute from the file.
  627. ----------------------------------------------------------
  628.  
  629. Question 13
  630.  
  631. What are the minimum files required to run FoxPro?
  632.  
  633. Answer 13
  634.  
  635. Not all files placed on the hard disk during installation 
  636. of FoxPro are absolutely required for operation of the 
  637. product.  FoxPro for MS-DOS can be started with only two 
  638. files: FOXPRO.EXE and FOXPRO.OVL. For the extended (32 bit) 
  639. version, these two files can be replaced by only one, 
  640. FOXPROX.EXE.
  641.  
  642. The minimum files needed to run FoxPro, use the menu and 
  643. screen generators, and set printer drivers are listed below.
  644.  
  645. NOTE: Upon startup, FoxPro will create FOXUSER.DBF and 
  646. FOXUSER.FPT files, and upon screen or menu generation, it 
  647. will create the appropriate .FXP files. 
  648.  
  649.  
  650. Versions 2.6 (MS-DOS)
  651. ------------------------------
  652.  
  653.    Filename         Bytes      Comments
  654.    ------------------------------------------------------
  655.  
  656.    DRIVER2.PLB      14029
  657.    FOXSWAP.COM       5971      Only needed for standard version.
  658.    GENMENU.PRG      57109
  659.    GENPD.APP       374351
  660.    GENSCRN.PRG     292613
  661.    GENXTAB.PRG      29246      Only needed for cross tabulation.
  662.    PSAPI.PLB        24451
  663.    FOXPRO.EXE      411599
  664.    FOXPRO.OVL     1424976
  665.  
  666. ---------------------------------------------------------
  667.  
  668. Question 14
  669.  
  670. A "CRC Error" Occurs During Setup. 
  671. How can I correct this error?
  672.  
  673. Answer 14
  674.  
  675. When reading a disk, MS-DOS performs a cyclical redundancy 
  676. check (CRC) to verify disk sectors. The CRC is a 
  677. sophisticated parity check of the data in each sector and 
  678. will detect most data errors, such as lost or scrambled 
  679. bits.
  680.  
  681. To determine if there is a problem with the disks:
  682.  
  683. 1. Attempt the installation a second time.
  684.  
  685. 2. Install on a "clean" (minimal) configuration.
  686.  
  687. 3. Install on another machine to verify there is not a 
  688.    hardware problem. 
  689.  
  690. 4. Copy the floppy disks to a temporary directory on the
  691.    hard disk and run the Setup program from this temporary 
  692.    directory.
  693.  
  694. If the installation still fails, call Microsoft Product 
  695. Support Services for assistance.
  696. ---------------------------------------------------------
  697.  
  698. Question 15
  699.  
  700. The following error occurs File 'ADDUSER.APP' Does Not 
  701. Exist" Running INSTALL /N.  How can I correct this?
  702.  
  703. Answer 15
  704.  
  705. The INSTALL /N command was not issued from the directory 
  706. containing the Administrative Installation (INSTALL /A) of 
  707. FoxPro.
  708.  
  709. After a Workstation Installation completes the Basic 
  710. portion of its installation, it calls the FoxPro program 
  711. ADDUSER.APP to configure the workstation for the network 
  712. environment. In order for FoxPro to load and run 
  713. ADDDUSER.APP, the current directory must be the 
  714. Administrative Installation directory.
  715.  
  716. Even if the Administrative Installation directory is on 
  717. the MS-DOS search path, allowing FoxPro itself to start, 
  718. because ADDUSER.APP is not an MS-DOS executable program 
  719. (.COM or .EXE), it cannot be located on the path, thus
  720. causing the error message.
  721.  
  722. RESOLUTION
  723.  
  724. Go to the drive and directory containing the Administrative 
  725. Installation of FoxPro, and type "INSTALL /N" (without the 
  726. quotation marks).
  727. ---------------------------------------------------------
  728.  
  729. Question 16
  730.  
  731. The Configuration Portion of INSTALL /N Fails.
  732. How can I correct this problem?
  733.  
  734. Answer 16
  735.  
  736. The command, "INSTALL /N" (without the quotation marks) was 
  737. not issued from the directory containing the Administrative 
  738. Installation (INSTALL /A) of FoxPro.
  739.  
  740. Go to the drive and directory containing the Administrative 
  741. Installation of FoxPro, then reissue the INSTALL /N command.
  742.  
  743. After a Workstation Installation completes the Basic portion
  744. of its installation, it calls the FoxPro program ADDUSER.APP 
  745. to configure the workstation for the network environment. In 
  746. order for FoxPro to load and run ADDDUSER.APP, the current 
  747. directory must be the Administrative Installation directory.
  748.  
  749. The error received depends on which directory you started 
  750. INSTALL /N from, and whether you are running it from an 
  751. MS-DOS prompt in Windows, or at MS-DOS itself.
  752. ---------------------------------------------------------
  753.  
  754. Question 17
  755.  
  756. Why does INSTALL /N Prompt for a Floppy Disk?
  757.  
  758. Answer 17
  759.  
  760. The INSTALL /N command was not issued from the Administrative 
  761. Installation directory.
  762.  
  763. To avoid this problem, use one of the following workarounds.
  764.  
  765. Workaround 1: Go to the Administrative Installation 
  766. Directory
  767.  
  768. Go to the Administrative Installation directory, and then 
  769. type the command "INSTALL /N" (without the quotation marks).
  770.  
  771. For example, assuming the Administrative Installation is 
  772. located in a directory named N:\ADMIN, type the following 
  773. commands at the MS-DOS prompt:
  774.  
  775.    N:
  776.    CD\ADMIN
  777.    INSTALL /N
  778.  
  779. Workaround 2: Use SUBST to Reassign the Local Drive to 
  780. Another Letter
  781.  
  782. If, for reasons such as testing, you require that the 
  783. Administrative Installation be located on a local hard disk 
  784. and you do not want to issue the INSTALL /N command from the 
  785. Administrative Installation directory, use the MS-DOS SUBST 
  786. command to reassign the directory containing the
  787. Administrative Installation to another drive letter.
  788.  
  789. For example, assuming the Administrative Installation is 
  790. located in a directory named C:\ADMIN and you want to create 
  791. a Workstation Installation in a directory named C:\WORKSTA, 
  792. type the following at the MS-DOS prompt:
  793.  
  794.    SUBST N: C:\ADMIN
  795.    C:
  796.    CD\WORKSTA
  797.    N:\INSTALL /N
  798.  
  799. The Workstation Installation requires a previous
  800. Administrative Installation. Even though it prompts for a 
  801. floppy disk, the Workstation Installation cannot be 
  802. performed using the Installation floppy disks.
  803. ---------------------------------------------------------
  804. Question 18
  805.  
  806. When I type INSTALL /N at an MS-DOS prompt within Windows
  807. I receive a memory error.  What can I do?
  808.  
  809. Answer 18
  810.  
  811. In some instances, an Administrative Installation will not
  812. work from an MS-DOS prompt within Windows.  To run a 
  813. Network installation from an Administrative Installation 
  814. directory, you might need to exit Windows and use the main 
  815. MS-DOS prompt.
  816. ----------------------------------------------------------
  817.  
  818. ===============================================
  819. Part 10: Product Support Questions and Answers
  820. ===============================================
  821.  
  822. Overview of Questions
  823. ---------------------
  824.  
  825. 1   Where can I go for additional pre-sale information
  826.     on Microsoft Fox products such as pricing, upgrade
  827.     policies, release dates, and so on?
  828. 2   Where can I go for additional FoxPro product support?
  829. 3   If I call for support or post a message on the Fox
  830.     Forum, what information should I include?
  831. 4   I have a hearing impairment. Where can I go for
  832.     additional FoxPro product support?
  833. 5   I have some specific comments and suggestions on
  834.     Microsoft Fox products. Where can I direct these
  835.     comments?
  836. ----------------------------------------------------------
  837.  
  838. Question 1
  839.  
  840. Where can I go for additional pre-sale information on
  841. Microsoft Fox products such as pricing, upgrade policies,
  842. release dates, and so on?
  843.  
  844. Answer 1
  845.  
  846. In the United States, call 800-426-9400.
  847. ----------------------------------------------------------
  848.  
  849. Question 2
  850.  
  851. Where can I go for additional FoxPro product support?
  852.  
  853. Answer 2
  854.  
  855. Call *Microsoft FastTips* to hear recorded responses to
  856. common questions about Microsoft FoxPro.  You can also
  857. order technical notes that will be sent to your fax
  858. machine.  FastTips is available seven days a week, 24 
  859. hours a day.  For assistance with FoxPro, dial 206-635-7190.
  860.  
  861. Use the *Microsoft Forums* on CompuServe.  You can discuss
  862. current support and design issues with other developers and
  863. download sample files from the libraries.  For an
  864. introductory CompuServe membership kit specifically for
  865. Microsoft users, call CompuServe at 800-848-8199 and ask
  866. for operator 170.  If you are already a CompuServe member,
  867. type GO MICROSOFT at any ! prompt.  For specific FoxPro
  868. information, type GO FOXFORUM, or GO FOXUSER.
  869.  
  870. Use the *Microsoft Download Service* to access technical
  871. notes and supplementary files covering common Microsoft
  872. product support issues. This service is available via
  873. modem 24 hours a day, seven days a week at 206-936-6735.
  874.  
  875. Call *Microsoft Product Support Services* between 6 a.m.
  876. and 6 p.m. Pacific time, Monday through Friday.  For
  877. assistance with Microsoft Fox products for MS-DOS or for
  878. Windows, call 206-635-7191.  For assistance with Microsoft
  879. Fox products for the Macintosh, call 206-635-7192.
  880.  
  881. Microsoft support services are subject to Microsoft prices,
  882. terms, and conditions that are in place at the time the
  883. service is used.
  884. ----------------------------------------------------------
  885.  
  886. Question 3
  887.  
  888. If I call for support or post a message on the FoxForum,
  889. what information should I include?
  890.  
  891. Answer 3
  892.  
  893. When you call, you should be at your computer and have the
  894. appropriate product documentation at hand.  Be prepared to
  895. give the following information:
  896.  
  897. * The version number and platform of the Microsoft Fox
  898.   product you are using.  
  899.   This can be obtained by typing ?VERSION(1) in the Command
  900.   window for FoxPro.
  901. * The type of hardware you are using, including network
  902.   hardware if applicable; and the operating environment
  903.   that you are using.
  904. * The contents of the following files: CONFIG.FP,
  905.    CONFIG.SYS, AUTOEXEC.BAT, and any network
  906.   configuration files.
  907. * The exact wording of any messages that appeared on your
  908.   screen.
  909. * A description of what happened and what you were doing
  910.   when the problem occurred.
  911. * Can you reproduce the problem using a small number of
  912.   steps?
  913. * What steps have you already taken to solve the problem?
  914. ----------------------------------------------------------
  915.  
  916. Question 4
  917.  
  918. I have a hearing impairment. Where can I go for additional
  919. FoxPro product support?
  920.  
  921. Answer 4
  922.  
  923. Microsoft Product Support Services is available for the
  924. hearing impaired. Using a special TDD/TT modem, dial
  925. 206-635-4948 between 6 a.m. and 6 p.m. Pacific time,
  926. Monday through Friday.
  927.  
  928. Microsoft support services are subject to Microsoft
  929. prices, terms, and conditions that are in place at the
  930. time the service is used.
  931. ----------------------------------------------------------
  932.  
  933. Question 5
  934.  
  935. I have some specific comments and suggestions on Microsoft
  936. Fox products. Where can I direct these comments?
  937.  
  938. Answer 5
  939.  
  940. We'd like to hear your comments about Microsoft Fox
  941. products and services.  Help us make future versions of
  942. Microsoft Fox products even better by calling, sending a
  943. fax, dropping us a note, or sending electronic mail.
  944. Your feedback will be considered in developing future
  945. versions of Microsoft FoxPro.
  946.  
  947. Call 206-936-9474 and leave your comments using a
  948. touch-tone phone 24 hours a day.
  949.  
  950. Fax 206-936-7329 and provide detailed comments 24
  951. hours a day.
  952.  
  953. Send a note to:
  954.  
  955. Microsoft FoxPro WishLine
  956. One Microsoft Way
  957. Redmond, WA  98052
  958.  
  959. If you have access to the Internet, send electronic
  960. mail at:
  961.  
  962. foxwish@microsoft.com.
  963.  
  964. Or, address CompuServe mail to:
  965.  
  966. >INTERNET:foxwish@microsoft.com.
  967. ----------------------------------------------------------
  968.  
  969.                    =================
  970.                    End of README.TXT
  971.                    =================
  972.